home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / tetris / blocks3d / DATA / CONFIG / VIDEO.CFG < prev   
Encoding:
Text File  |  2003-06-12  |  493 b   |  15 lines

  1. ; Width/height of CrystalSpace visual
  2. Video.ScreenWidth = 640
  3. Video.ScreenHeight = 480
  4. ; Screen depth (currently supports 8, 15, 16, and 32 bits, NO 24 bits!)
  5. Video.ScreenDepth = 16
  6. ; Use full-screen mode if available
  7. Video.FullScreen = no
  8.  
  9. ; Use libshm if available (X-Windows only)
  10. Video.XSHM = yes
  11. ; Simulate another depth (supported only by some video drivers)
  12. ;Video.SimulateDepth = 8
  13. ; Use system mouse cursor (yes) or software-simulated (no)
  14. Video.SystemMouseCursor = yes
  15.